prep for release of 10.20250721
authorJoey Hess <joeyh@joeyh.name>
Mon, 21 Jul 2025 18:24:22 +0000 (14:24 -0400)
committerJoey Hess <joeyh@joeyh.name>
Mon, 21 Jul 2025 18:24:22 +0000 (14:24 -0400)
CHANGELOG
git-annex.cabal

index deaa942d3510a8bf17bea2c8db78e2c86edfcf5d..71d01dc7c8f9c0c740c696e837e7b5839caab7a6 100644 (file)
--- a/CHANGELOG
+++ b/CHANGELOG
@@ -1,5 +1,11 @@
-git-annex (10.20250631) UNRELEASED; urgency=medium
+git-annex (10.20250721) UNRELEASED; urgency=medium
 
+  * Improved workaround for git 2.50 bug, avoding an occasional test suite
+    failure, as well as some situations where an unlocked file did not get
+    populated when adding another file to the repository with the same
+    content.
+  * Add --url option and url= preferred content expression, to match
+    content that is recorded as present in an url.   
   * p2phttp: Scan multilevel directories with --directory.
   * p2phttp: Added --socket option.
   * Fix bug in handling of linked worktrees on filesystems not supporting
@@ -10,14 +16,8 @@ git-annex (10.20250631) UNRELEASED; urgency=medium
     that have experienced the above bug.
   * Fix symlinks generated to annexed content when in adjusted unlocked
     branch in a linked worktree on a filesystem not supporting symlinks.
-  * Add --url option and url= preferred content expression, to match
-    content that is recorded as present in an url.   
-  * Improved workaround for git 2.50 bug, avoding an occasional test suite
-    failure, as well as some situations where an unlocked file did not get
-    populated when adding another file to the repository with the same
-    content.
 
- -- Joey Hess <id@joeyh.name>  Mon, 07 Jul 2025 15:59:42 -0400
+ -- Joey Hess <id@joeyh.name>  Mon, 21 Jul 2025 14:24:01 -0400
 
 git-annex (10.20250630) upstream; urgency=medium
 
index 8ca109a53207b53936291df241d58900ea0cd16b..7170559264d09ef4e6a03fb451417f9f26ac71b0 100644 (file)
@@ -1,5 +1,5 @@
 Name: git-annex
-Version: 10.20250630
+Version: 10.20250721
 Cabal-Version: 1.12
 License: AGPL-3
 Maintainer: Joey Hess <id@joeyh.name>